projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c7199e
)
(image-type-regexps): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 4 Feb 2003 11:27:37 +0000
(11:27 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 4 Feb 2003 11:27:37 +0000
(11:27 +0000)
lisp/image.el
patch
|
blob
|
history
diff --git
a/lisp/image.el
b/lisp/image.el
index 346c2e72a0160d440107c94c125f725735b61a3f..25d05c9902fcaf95ecff282db0730cf6a92e15b5 100644
(file)
--- a/
lisp/image.el
+++ b/
lisp/image.el
@@
-46,7
+46,7
@@
When the first bytes of an image file match REGEXP, it is assumed to
be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol,
IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called
with one argument, a string containing the image data. If PREDICATE returns
-a non-nil value, TYPE is the image's type
")
+a non-nil value, TYPE is the image's type
.
")
(defun image-jpeg-p (data)